home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TDIRLOADERRORDIALOG
/
TDIRLOADERRORDIALOG.txt
Wrap
Text File
|
2008-11-03
|
984b
|
51 lines
inherited DirLoadErrorDialog: TDirLoadErrorDialog
Caption = 'Folder Not Available'
ClientHeight = 71
ClientWidth = 353
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PathBrowseBtn: TUiBrowseSpeedButton
Left = 320
Top = 8
Hint = 'Browse'
BrowseComboBox = PathEdit
end
object PathEdit: TUiBrowseComboBox
Left = 8
Top = 8
Width = 305
Height = 21
ItemHeight = 13
TabOrder = 0
DirsOnly = True
OnBrowse = PathBrowse
end
object CreateBtn: TUiButton
Left = 8
Top = 40
Caption = '&Create'
TabOrder = 1
OnClick = CreateClick
AutoSize = asLeft
end
object RetryBtn: TUiButton
Left = 192
Top = 40
Caption = '&Retry'
Default = True
ModalResult = 4
TabOrder = 2
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 272
Top = 40
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
AutoSize = asRight
end
end